Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Applet Control Functions /


JMNewAppletLocatorFromInfo

Locates an applet synchronously using information in the applet locator information block structure.

OSStatus JMNewAppletLocatorFromInfo (
                     JMAppletLocatorRef* locatorRef,
                     JMSessionRef session,
                     const JMLocatorInfoBlock* info,
                     JMClientData data);
locatorRef
A pointer to the locator. On return, this parameter is the new applet locator.
session
The session in which you want to instantiate the applet.
info
A pointer to an applet locator information block structure. For more information, see "The Applet Locator Information Block".
data
Optional client-specific data.
function result
A result code; see "JManager Result Codes".
SEE ALSO
"Finding Applets".

The JMNewAppletLocator function.

The JMDisposeAppletLocator function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997